crypto/internal/fips140/edwards25519.projCached.YminusX (field)
9 uses
crypto/internal/fips140/edwards25519 (current package)
edwards25519.go#L50: YplusX, YminusX, Z, T2d field.Element
edwards25519.go#L91: v.YminusX.One()
edwards25519.go#L236: v.YminusX.Subtract(&p.y, &p.x)
edwards25519.go#L280: MM.Multiply(&YminusX, &q.YminusX)
edwards25519.go#L299: PP.Multiply(&YplusX, &q.YminusX) // flipped sign
edwards25519.go#L401: v.YminusX.Select(&a.YminusX, &b.YminusX, cond)
edwards25519.go#L417: v.YplusX.Swap(&v.YminusX, cond)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |